Uses of Enum
com.seclore.fs.helper.enums.ProtectionType
Packages that use ProtectionType
-
Uses of ProtectionType in com.seclore.fs.helper.enums
Methods in com.seclore.fs.helper.enums that return ProtectionTypeModifier and TypeMethodDescriptionstatic ProtectionTypeReturns the enum constant of this type with the specified name.static ProtectionType[]ProtectionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProtectionType in com.seclore.fs.helper.library
Methods in com.seclore.fs.helper.library with parameters of type ProtectionTypeModifier and TypeMethodDescriptionFSHelper.protectAndGetSMail(PSConnection pPSConnection, ProtectionType pProtectionType, String pProtectionXML, String pProtectorDetails, String pActivityComments, IMailInput pMailInput) Protect the email body passed in pMailInput.FSHelper.protectAndWrap(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the given unprotected input file using protection details and wraps (convert) it into HTML file and returns object of ProtectedFile This wrapped HTML file will replace the file at pFilePath and name of the HTML file will be same as filename followed by ".html" suffix.FSHelper.protectMailBody(PSConnection pPSConnection, ProtectionType pProtectionType, String pProtectionXML, String pProtectorDetails, String pActivityComments, IMailInput pMailInput) Protect the email body passed in pMailInput.FSHelper.protectX(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the input file with specific protection details.